home *** CD-ROM | disk | FTP | other *** search
- ;#PPW Installer script by Gareth Griffiths#
-
- (complete 0)
- (welcome "ProPassWord\n"
- "©1999 Andrew Guard. All Rights Reserved.\n"
- "Documentation by Andrew Guard and Gareth Griffiths.\n"
- "Installer script by Gareth Griffiths.")
-
- (working "Deleting old ProPassWord files (required)...")
- (delete "S:Config_ProPassWord"
- (help "These files need to be deleted in order for the new version"
- "of ProPassWord to work properly. The files to be deleted are:\n\n"
- "S:Config_ProPassWord\n"
- "ETC:PassWD.PPW")
- (force)
- (infos)
- )
- (delete "ETC:PassWD.PPW"
- (help "These files need to be deleted in order for the new version"
- "of ProPassWord to work properly. The files to be deleted are:\n\n"
- "S:Config_ProPassWord\n"
- "ETC:PassWD.PPW")
- (force)
- (infos)
- )
- (complete 25)
- (set #dest
- (askdir
- (prompt "Choose a directory to assign ETC: to:")
- (help "Select the directory which you want ETC: assigned to. ETC: is"
- "where ProPassWord files are stored.")
- (default "ENVARC:ProPassWord")
- (newpath)
- (assign)
- )
- )
- (startup ProPassWord
- (prompt "Adding assigns to S:User-Startup")
- (help "This just adds the assigns to the S:User-Startup file.")
- (confirm)
- (command "Assign ETC: "#dest""
- "C:ProPassWord")
- )
- (complete 50)
- (copyfiles
- (help "Just copying the executables over! Don't panic!\n"
- "Oh yeah, they go to C: in case you were wondering ;)")
- (source "ProPassWord")
- (dest "C:")
- (infos)
- )
- (complete 75)
- (copyfiles
- (help "Just copying the executables over! Don't panic!\n"
- "Oh yeah, they go to C: in case you were wondering ;)")
- (source "GenerateProPassWord")
- (dest "C:")
- (infos)
- )
- (complete 100)
- (exit)